NGenericIEnumerableDataTable<T> Class Members
In This Topic
The following tables list the members exposed by NGenericIEnumerableDataTable<T>.
Public Constructors
Public Properties
| Name | Description |
| CanAddRow | Overridden. Determines whether the data table supports the AddRow operation This implementation returns false, since objects cannot be added to IEnumerable. |
| CanInsertRow | Overridden. Determines whether the data table supports the InsertRow operation This implementation returns false, since objects cannot be inserted in IEnumerable. |
| CanRemoveRow | Overridden. Determines whether the data table supports the RemoveRow operation. This implementation returns false, since objects cannot be removed from IEnumerable. |
Top
See Also